// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-04B TN_Widget.CreateTable([['Dave Mason','The Kent Stage','Kent, OH','Wednesday','5/22/2024','7:30 PM','6323206','Dave-Mason-5-22-2024'],['Dave Mason's Traffic Jam','Patchogue Theater For The Performing Arts','Patchogue, NY','Tuesday','5/28/2024','8:00 PM','6312738','Dave-Mason-s-Traffic-Jam-5-28-2024'],['Dave Mason's Traffic Jam','Lynn Memorial Auditorium','Lynn, MA','Wednesday','5/29/2024','8:00 PM','6305433','Dave-Mason-s-Traffic-Jam-5-29-2024'],['Dave Mason's Traffic Jam','The Fillmore Silver Spring','Silver Spring, MD','Friday','5/31/2024','8:00 PM','6383899','Dave-Mason-s-Traffic-Jam-5-31-2024'],['Dave Mason's Traffic Jam','Rams Head On Stage','Annapolis, MD','Tuesday','6/4/2024','7:30 PM','6293581','Dave-Mason-s-Traffic-Jam-6-4-2024'],['Dave Mason','Newton Theatre','Newton, NJ','Thursday','6/6/2024','8:00 PM','6385776','Dave-Mason-6-6-2024'],['Dave Mason','Penns Peak','Jim Thorpe, PA','Friday','6/7/2024','8:00 PM','6334488','Dave-Mason-6-7-2024'],['Dave Mason','Palace Theatre - PA','Greensburg, PA','Saturday','6/8/2024','8:00 PM','6335533','Dave-Mason-6-8-2024'],['Dave Mason's Traffic Jam','Arcada Theatre','Saint Charles, IL','Saturday','7/13/2024','8:00 PM','6408643','Dave-Mason-s-Traffic-Jam-7-13-2024'],['Dave Mason's Traffic Jam','Uptown Theater - KC','Kansas City, MO','Saturday','7/20/2024','8:00 PM','6415165','Dave-Mason-s-Traffic-Jam-7-20-2024'],['Dave Mason','Live at the Ludlow Garage','Cincinnati, OH','Wednesday','7/24/2024','7:30 PM','6391436','Dave-Mason-7-24-2024'],['Dave Mason','Live at the Ludlow Garage','Cincinnati, OH','Thursday','7/25/2024','7:30 PM','6134526','Dave-Mason-7-25-2024'],['Dave Mason's Traffic Jam','New Barn Theatre','Mount Vernon, KY','Friday','7/26/2024','7:00 PM','6400071','Dave-Mason-s-Traffic-Jam-7-26-2024'],['Dave Mason's Traffic Jam','Peace Concert Hall At The Peace Center - SC','Greenville, SC','Friday','8/2/2024','7:00 PM','6330785','Dave-Mason-s-Traffic-Jam-8-2-2024'],['Dave Mason's Traffic Jam','Riviera Theatre - NY','North Tonawanda, NY','Tuesday','8/6/2024','7:30 PM','6374946','Dave-Mason-s-Traffic-Jam-8-6-2024'],['Dave Mason's Traffic Jam','Scottish Rite Auditorium - Collingswood','Collingswood, NJ','Friday','8/9/2024','8:00 PM','6278162','Dave-Mason-s-Traffic-Jam-8-9-2024'],['Dave Mason?s Traffic Jam','Longhorn Ballroom','Dallas, TX','Saturday','9/14/2024','8:00 PM','6143169','Dave-Mason-s-Traffic-Jam-9-14-2024'],['Dave Mason?s Traffic Jam','The Heights','Houston, TX','Sunday','9/15/2024','8:00 PM','6420052','Dave-Mason-s-Traffic-Jam-9-15-2024'],['Dave Mason','The Aztec Theatre ','San Antonio, TX','Tuesday','9/17/2024','8:00 PM','6416696','Dave-Mason-9-17-2024'],['Dave Mason's Traffic Jam','The Lobero Theatre','Santa Barbara, CA','Tuesday','9/24/2024','7:30 PM','6364426','Dave-Mason-s-Traffic-Jam-9-24-2024'],['Dave Mason','The Canyon - Montclair','Montclair, CA','Thursday','9/26/2024','8:00 PM','6317566','Dave-Mason-9-26-2024'],['Dave Mason','Coach House - Capistrano','San Juan Capistrano, CA','Friday','9/27/2024','8:00 PM','6295439','Dave-Mason-9-27-2024'],['Dave Mason','Libbey Bowl','Ojai, CA','Saturday','9/28/2024','7:00 PM','6317628','Dave-Mason-9-28-2024'],['Dave Mason's Traffic Jam','Humphreys Concerts By The Bay','San Diego, CA','Thursday','10/3/2024','7:30 PM','6315599','Dave-Mason-s-Traffic-Jam-10-3-2024'],['Dave Mason','The Weinberg Center For The Arts','Frederick, MD','Thursday','5/7/2071','8:00 PM','4278226','Dave-Mason-5-7-2071']],'Dave Mason','http://www.ticketnetwork.com/ticket/Dave-Mason-events.aspx');